AL SEEK SOUND

This function allows you to move playback of a sound backward or forward by a certain amount of time.

  Syntax
AL SEEK SOUND soundNumber, seconds, relative
  Parameters
soundNumber
Integer
The ID you want to use to create this sound.
seconds
Float
The amount of time you want to move sound playback by. A negative value will move playback backwards and a postive value, forwards.
relative
Boolean
A value of 0 will move playback a given amount of seconds from the start of the sound. A value of 1 will move placeback from the current playback position by a given amount of seconds.

  Returns

This function does not return a value.

  See also

DarkAL Functions Menu